home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 1210001B.DIR / 00203_Button Lingo.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  149 b   |  12 lines

  1. on startMovie
  2.   global gstop
  3.   set gstop to 0
  4. end
  5.  
  6. on button
  7.   set thisOne to the clickOn
  8.   updateStage()
  9.   puppetSound("click")
  10.   updateStage()
  11. end
  12.